[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 .*                      Dereference Pointer to Class Member

 my_class.*identifier;

    The .* operator dereferences (i.e. returns the contents of the
    following address) pointers to class members. It is unique to C++.

See Also: ->*
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson